From: Gerd Moellmann Date: Fri, 5 Oct 2001 09:52:23 +0000 (+0000) Subject: (MINI_WINDOW_P): Use NILP. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61826 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=36d8561d49cf066c6dbd69cf949561983a3ee790;p=emacs.git (MINI_WINDOW_P): Use NILP. --- diff --git a/src/window.h b/src/window.h index 36ca6811d5e..da72e302110 100644 --- a/src/window.h +++ b/src/window.h @@ -279,7 +279,7 @@ struct window /* 1 if W is a minibuffer window. */ -#define MINI_WINDOW_P(W) (!EQ ((W)->mini_p, Qnil)) +#define MINI_WINDOW_P(W) (!NILP ((W)->mini_p)) /* Return the window column at which the text in window W starts. This is different from the `left' field because it does not include